home *** CD-ROM | disk | FTP | other *** search
/ Inter.Net 55-1 / Inter.Net 55-1.iso / CBuilder / Setup / BCB / data.z / qbinddlg.hpp < prev    next >
Encoding:
C/C++ Source or Header  |  1998-02-09  |  2.6 KB  |  83 lines

  1. // Borland C++ Builder
  2. // Copyright (c) 1995, 1998 by Borland International
  3. // All rights reserved
  4.  
  5. // (DO NOT EDIT: machine generated header) 'Qbinddlg.pas' rev: 3.00
  6.  
  7. #ifndef QbinddlgHPP
  8. #define QbinddlgHPP
  9. #include <DBTables.hpp>
  10. #include <Db.hpp>
  11. #include <Buttons.hpp>
  12. #include <StdCtrls.hpp>
  13. #include <Dialogs.hpp>
  14. #include <Forms.hpp>
  15. #include <Controls.hpp>
  16. #include <Graphics.hpp>
  17. #include <Classes.hpp>
  18. #include <Messages.hpp>
  19. #include <Windows.hpp>
  20. #include <SysUtils.hpp>
  21. #include <SysInit.hpp>
  22. #include <System.hpp>
  23.  
  24. //-- user supplied -----------------------------------------------------------
  25.  
  26. namespace Qbinddlg
  27. {
  28. //-- type declarations -------------------------------------------------------
  29. class DELPHICLASS TQueryParams;
  30. class PASCALIMPLEMENTATION TQueryParams : public Forms::TForm 
  31. {
  32.     typedef Forms::TForm inherited;
  33.     
  34. __published:
  35.     Stdctrls::TGroupBox* GroupBox1;
  36.     Stdctrls::TLabel* Label1;
  37.     Stdctrls::TEdit* ParamValue;
  38.     Stdctrls::TLabel* Label2;
  39.     Stdctrls::TCheckBox* NullValue;
  40.     Stdctrls::TLabel* Label3;
  41.     Stdctrls::TComboBox* TypeList;
  42.     Stdctrls::TListBox* ParamList;
  43.     Stdctrls::TButton* OkBtn;
  44.     Stdctrls::TButton* CancelBtn;
  45.     Stdctrls::TButton* HelpBtn;
  46.     void __fastcall ParamListChange(System::TObject* Sender);
  47.     void __fastcall TypeListChange(System::TObject* Sender);
  48.     void __fastcall ParamValueExit(System::TObject* Sender);
  49.     void __fastcall NullValueClick(System::TObject* Sender);
  50.     void __fastcall FormCreate(System::TObject* Sender);
  51.     void __fastcall OkBtnClick(System::TObject* Sender);
  52.     void __fastcall HelpBtnClick(System::TObject* Sender);
  53.     
  54. private:
  55.     Dbtables::TParams* InitList;
  56.     bool InValueExit;
  57.     bool InParamChange;
  58.     void __fastcall CheckValue(void);
  59.     bool __fastcall Edit(void);
  60.     void __fastcall Unbind(void);
  61. public:
  62.     /* TCustomForm.Create */ __fastcall virtual TQueryParams(Classes::TComponent* AOwner) : Forms::TForm(
  63.         AOwner) { }
  64.     /* TCustomForm.CreateNew */ __fastcall TQueryParams(Classes::TComponent* AOwner, int Dummy) : Forms::
  65.         TForm(AOwner, Dummy) { }
  66.     /* TCustomForm.Destroy */ __fastcall virtual ~TQueryParams(void) { }
  67.     
  68. public:
  69.     /* TWinControl.CreateParented */ __fastcall TQueryParams(HWND ParentWindow) : Forms::TForm(ParentWindow
  70.         ) { }
  71.     
  72. };
  73.  
  74. //-- var, const, procedure ---------------------------------------------------
  75. extern PACKAGE bool __fastcall EditQueryParams(Db::TDataSet* DataSet, Dbtables::TParams* List);
  76.  
  77. }    /* namespace Qbinddlg */
  78. #if !defined(NO_IMPLICIT_NAMESPACE_USE)
  79. using namespace Qbinddlg;
  80. #endif
  81. //-- end unit ----------------------------------------------------------------
  82. #endif    // Qbinddlg
  83.